Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump GitVersion.MsBuild from 6.0.2 to 6.0.3 #468

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps GitVersion.MsBuild from 6.0.2 to 6.0.3.

Release notes

Sourced from GitVersion.MsBuild's releases.

6.0.3

As part of this release we had 88 commits which resulted in 8 issues being closed.

Bug

Documentation

  • !4188 add link to docs version 5.12.0
  • !4220 Improve documentation around version strategies

Improvements

  • !4202 Move regex patterns to a common file
  • !4246 Move creation of Regex to a central location
  • !4259 Moved direct usages of IGitRepository to IRepositoryStore

SHA256 Hashes of the release artifacts

  • 156f12880e13beec58cac3a2b10c695c81bc608facc94e246914369a5ad07061 - gitversion-linux-arm64-6.0.3.tar.gz
  • dbe6e2d565056c2dd98bcee6ad03c286510fa2075394f0a298c50090d6b0b2f6 - gitversion-linux-musl-arm64-6.0.3.tar.gz
  • 18e7c587a75b4d0ef1e394626061c1af69d443c05a635b5ac72f602744571be6 - gitversion-linux-musl-x64-6.0.3.tar.gz
  • 3633b523db80c0412b65cded86eacd27b570f243febceb5a23c7c160242ce8f9 - gitversion-linux-x64-6.0.3.tar.gz
  • 2702d0f36bc471028f31384ab7440972bcd96ee16b7416acfecd8db7fb01e30e - gitversion-osx-arm64-6.0.3.tar.gz
  • f00c4650d6d64b9c218ef61f2c9a0185523bc6d6f593e2d9311d93f44e56cdd9 - gitversion-osx-x64-6.0.3.tar.gz
  • afefd0e9dfd84cd5eebe06c97f9950af4fda76f3247275d3a0aebbf0f13dbb2f - gitversion-win-arm64-6.0.3.zip
  • 0748656ffd0685e3879511c2f9abe193f65f85e2a42a2d342666f7ff4ccde5d2 - gitversion-win-x64-6.0.3.zip
Commits
  • 4255a15 Merge pull request #4208 from david-driscoll/fix/slow-on-branch
  • 1200ae1 code cleanup
  • ec25813 attempt to fix performance issues with a cache
  • dad5d2c Merge pull request #4259 from arturcic/feature/git-repository
  • de1be55 moved direct usages of IGitRepository to IRepositoryStore
  • 2cb399b Merge pull request #4256 from GitTools/dependabot/nuget/new-cli/analyzers-7a6...
  • 0b30d55 (deps): Bump the analyzers group across 2 directories with 2 updates
  • 95b8f80 Merge pull request #4257 from GitTools/dependabot/nuget/src/JunitXml.TestLogg...
  • 5a1d52e (deps): Bump JunitXml.TestLogger from 4.0.254 to 4.1.0 in /src
  • 852a363 fix markdown
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @samtrion.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner October 15, 2024 13:43
@dependabot dependabot bot added the dependency-nuget NuGet/.NET Dependency Update label Oct 15, 2024
@dependabot dependabot bot requested review from wilwer and removed request for a team October 15, 2024 13:43
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.16%. Comparing base (b098ad4) to head (cdc511a).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #468   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files          83       83           
  Lines        1581     1581           
  Branches      261      261           
=======================================
  Hits         1552     1552           
  Misses         24       24           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samtrion
Copy link
Member

@dependabot rebase

Bumps [GitVersion.MsBuild](https://github.com/GitTools/GitVersion) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/GitTools/GitVersion/releases)
- [Changelog](https://github.com/GitTools/GitVersion/blob/main/BREAKING_CHANGES.md)
- [Commits](GitTools/GitVersion@6.0.2...6.0.3)

---
updated-dependencies:
- dependency-name: GitVersion.MsBuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/GitVersion.MsBuild-6.0.3 branch from 663998b to cdc511a Compare October 29, 2024 11:40
Copy link

sonarcloud bot commented Oct 29, 2024

Copy link
Member

@samtrion samtrion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit d9c2348 into main Oct 29, 2024
15 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/GitVersion.MsBuild-6.0.3 branch October 29, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-nuget NuGet/.NET Dependency Update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant